home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_ORBit.idb / usr / freeware / include / IIOP / IIOP-config.h.z / IIOP-config.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  208 b   |  6 lines

  1. /* The size of the chunks that are used for indirect pieces of messages.
  2.    Too low, and you'll have a lot of malloc overhead. Too high, and you'll
  3.    get wasted mem.
  4. */
  5. #define GIOP_INDIRECT_CHUNK_SIZE 1024
  6.